home *** CD-ROM | disk | FTP | other *** search
- #define LeftSlop 13 /* leave this much space on left of title */
- #define RightSlop 5 /* this much on right */
- #define BotSlop 5 /* this much below baseline */
-
- #define PopUpBaseItem 17
- #define NumOfPopUps 3
-
-
- typedef struct {
- Rect MenuRect;
- MenuHandle Menu;
- short MenuID;
- short Selection;
- } PopUpType;
-
- extern PopUpType PopUp[NumOfPopUps];
-
-
-
- extern pascal void DrawPopUp(DialogPtr theDialog, int theItem);
- extern int DoPopUp(DialogPtr theDialog, int theItem);
-